home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Libraries / tcl7.4b3 / doc / rename.n < prev    next >
Encoding:
Text File  |  1994-12-17  |  782 b   |  29 lines

  1. '\"
  2. '\" Copyright (c) 1993 The Regents of the University of California.
  3. '\" Copyright (c) 1994 Sun Microsystems, Inc.
  4. '\"
  5. '\" See the file "license.terms" for information on usage and redistribution
  6. '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '\" 
  8. '\" @(#) rename.n 1.2 94/12/17 16:18:43
  9. '\" 
  10. .so man.macros
  11. .HS rename tcl
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. rename \- Rename or delete a command
  16. .SH SYNOPSIS
  17. \fBrename \fIoldName newName\fR
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. Rename the command that used to be called \fIoldName\fR so that it
  23. is now called \fInewName\fR.  If \fInewName\fR is an empty string
  24. then \fIoldName\fR is deleted.  The \fBrename\fR command
  25. returns an empty string as result.
  26.  
  27. .SH KEYWORDS
  28. command, delete, rename
  29.